Skip to content

Added new option "startMultipleFunctions" to improve page loads#39

Open
janrabek wants to merge 1 commit intotryretool:mainfrom
janrabek:feature/parallel-runs
Open

Added new option "startMultipleFunctions" to improve page loads#39
janrabek wants to merge 1 commit intotryretool:mainfrom
janrabek:feature/parallel-runs

Conversation

@janrabek
Copy link

When working with RetoolRPC, having many Retool RPC queries on one Retool page can cause long waiting times, as they do not run at once - they wait for the next polling cycle which is always "pollingIntervalMs" milliseconds away.

I added an option which runs as many queries as there are waiting for a response. This way page loads can become way faster (in our case it's about 300% faster) without having to manually combine multiple Retool RPC queries into one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant